Protocol Levels The protocol level specifies the protocol to which the option applies. You specify the protocol level in the level field of the TOption structure when you specify an option. enum { INET_IP = 0x0, INET_TCP = 0x06, INET_UDP = 0x11 };
level
TOption
enum { INET_IP = 0x0, INET_TCP = 0x06, INET_UDP = 0x11 };